I am learning react by making a Motor Cycle Search Application,
and I am trying to add a feature that users can see some recent tweets that has hashTag of a specific model.
So I want to use twit in my application, but as soon as I wrote this line below,
var Twit = require('twit');
I am getting this error that I really don't understand what is going on. Can you see why?